EMT Practice Test
1. Question Content...
Question3: Which of the following file permissions belong to a symbolic link?
Question6: Which of the following commands shows the definition of a given shell command?
Question19: Which of the following statements is correct when talking about /proc/?
Question24: What is the default action of the split command on an input file?
Question25: Which of the following statements is correct regarding the command foo 1> bar?
Question27: Which of the following command sets the Bash variable named TEST with the content FOO?
Question34: What is the output of the following command?
echo "Hello World" | tr -d aieou
Question37: What is the effect of the egrep command when the -v option is used?
Question43: What does the ? symbol within regular expressions represent?
Question45: What is the default nice level when a process is started using the nice command?
Question47: Which of the following commands lists the dependencies of a given dpkg package?
Question52: Regarding the command:
nice -5 /usr/bin/prog
which of the following statements is correct?
Question53: What does the command mount -a do?
Question54: In compliance with the FHS, in which of the directories are man pages found?
Question64: What happens after issuing the command vi without any additional parameters?
Question72: Which shell command is used to continue background execution of a suspended command?
Question77: What is the purpose of the Filesystem Hierarchy Standard?
Question82: What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Question83: During a system boot cycle, what program is executed after the BIOS completes its tasks?
Question84: Which of the following commands will change the quota for a specific user?
Question85: What does the command mount -a do?
Question87: In Bash, inserting 1>&2 after a command redirects
Question92: Which of the following is correct when talking about mount points?
Question93: Which grep command will print only the lines that do not end with a / in the file foo?
Question96: Which function key is used to start Safe Mode in Windows NT?
Question102: What is the purpose of the Bash built-in export command?
Question105: Which of the following commands displays the contents of a gzip compressed tar archive?